Ninja Database Pro
Indexes Property (CompositeIndexRecord<T>)



KellermanSoftware.NinjaDatabasePro Namespace > CompositeIndexRecord<T> Class : Indexes Property
A list of values for the index
Syntax
Public ReadOnly Property Indexes As Object()
Dim instance As CompositeIndexRecord(Of T)
Dim value() As Object
 
value = instance.Indexes
public object[] Indexes {get;}
public:
property array<Object^>^ Indexes {
   array<Object^>^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CompositeIndexRecord<T> Class
CompositeIndexRecord<T> Members